<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";

.newsWrap {
  margin-bottom: 80px;
}

/*-----------------------------------
common
-----------------------------------*/
/* news_side */
.news_side {
  float: left;
  width: 200px;
}
.news_side_linkList {
  list-style-type: none;
}
.news_side_linkList_item &gt; a:hover {
  opacity: .7;
}
.news_side_linkList_item &gt; a {
  display: block;
  padding: 20px 17px 20px 30px;
  background: url(../../common/images/icon_arrow_02.png) no-repeat 1rem 1.9rem;
  border-bottom: 1px solid #efefef;
}
.news_side_linkList_item.current &gt; a:hover {
  opacity: .7;
}
.news_side_linkList_item.current &gt; a {
  color: #fff;
  background-color: #000;
  background-image: url(../../common/images/icon_arrow_04.png);
}

/* news_main */
.news_main {
  float: right;
  width: 740px;
}
.news_date{
  display: inline-block;
  font-weight: bold;
  width: 100px;
  margin-bottom: 5px;
}
.news_detail {
  color: #3880b3;
}
.news_article p + p:not(*[class*="news_"]).icon_categoryBadge,
.icon_categoryBadge {
  display: inline-block;
  margin: 0 0 0 7px;
}

/*-----------------------------------
unique
-----------------------------------*/
/* news_main */
.news_main_item {
  border-bottom: 1px solid #f3f3f3;
}
/*.news_main_item + .news_main_item {
  margin-top: 25px;
}*/
.news_main_itemLink {
  position: relative;
  display: block;
  padding: 25px 90px 25px 0;
}
.news_main_itemLink::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news_main_itemLink:hover {
  text-decoration: none;
  opacity: .7;
}
.news_other_link {
  display: block;
}
.news_other_link:hover {
  opacity: .7;
  text-decoration: none;
}
.news_other_linkList .column:not(:first-child) {
  width: 240px;
}
.news_other_linkList .column:first-child {
  width: 220px;
  margin-left: 260px;
}
.news_other_linkList .column + .column {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #dcdcdc;
}
.news_other_linkImage {
  margin-bottom: 15px;
}
.news_other_linkText {
  color: #3880b3;
  font-size: 1.143rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 12px;
  background: url(../../common/images/icon_arrow_02.png) no-repeat 0 .5rem;
}

/* news_article */
.news_article_date {
  font-weight: bold;
}
.news_article_title {
  font-size: 1.429rem;
  margin-bottom: 25px;
}
.news_article_image {
  margin-bottom: 25px;
}
.news_article p + p:not(*[class*="news_"]) {
/*  margin-top: 30px;*/
}
.news_readMore {
  width: 214px;
  margin: 0 auto;
}

/* search_inputList */
.search_inputList {
  float: none;
}

.news_sns{
  /*width: 100px;*/
  margin-top: 30px;
  margin-bottom: 0;
}

.ml260{
  margin-left: 260px;
}

.news_tableImg.column3 {
  text-align: right;
  margin-bottom: 25px;
  padding-right: 50px;
}
.news_tableImg.column3 img {
  width: 118px;
  margin-right: 50px;
}
.news_tableImg.column3 img:last-child {
  margin-right: 0
}

@media screen and (max-width: 767px) {

  /* search */
  .search {
    margin: 0;
    padding: 7% 3.125%;
  }
  .search_item {
    display: table;
    width: 100%;
  }
  .search_inputLabel {
    display: table-cell;
    width: 32%;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
  }
  .selectbox {
    display: table-cell;
    width: 68%;
  }


  .news_main_item {
    border-bottom: 1px solid #e1e1e1;
  }
  .news_main_item:first-child {
    border-top: 1px solid #e1e1e1;
  }
  .news_itemLink {
    position: relative;
    display: block;
    padding: 4% 20px 4% 0;
  }
  .news_itemLink::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1%;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .news_date {
    display: inline-block;
    font-weight: bold;
  }
  a.news_itemLink:hover {
    text-decoration: none;
  }
  a.news_itemLink:hover .news_detail {
    text-decoration: underline;
  }
  .news_detail {
    color: #1072bd;
    margin-top: 3.333%;
    font-size: 1.286rem;
  }
  .news_other_linkItem {
    border-top: 1px solid #e1e1e1;
  }
  .news_other_linkItem:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
  .news_other_link {
    display: block;
    padding: 3.333% 0;
  }
  .news_other_linkImage {
    float: left;
    margin-right: 3.333%;
  }
  .news_other_linkText {
    overflow: hidden;
    font-size: 1.543rem;
  }
  .news_other_linkLabel {
    color: #3880b3;
    font-weight: bold;
    margin-bottom: 3.333%;
  }
  .news_other_linkDetail {
    text-align: justify;
    font-size: 1.267rem;
  }
  .news_other_linkLabel::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .news_other_linkLabel::after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    margin-left: 5px;
    background: url(../../common/images/icon_brank_01.png) no-repeat 100% 2px;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
  }
  .news_other_linkLabel_notBlank::after{
    display: none;
  }

  /* news_article */
  .news_article {
    margin-bottom: 7.333%;
  }
  .news_article_date {
    font-weight: bold;
  }
  .news_article_title {
    font-size: 1.429rem;
    margin: 5% 0 4%;
  }
  .news_article_image {
    margin-bottom: 25px;
  }
/*  .news_article p + p:not(*[class*="news_"]) {
    margin-top: 8.333%;
  }*/
  .news_btn {
    margin: 0 3.333%;
  }
  .news_btn.btn_01 &gt; a::before {
    top: -1px;
  }

  .icon_categoryBadge {
    margin-left: 5px;
  }


  .news_other_linkList .column:first-child{
    margin: 0 auto;
  }
  .news_list li{
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .news_list li:last-child{
    margin-bottom: 0;
  }
  .news_list li::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #aaa;
    vertical-align: middle;
    position: relative;
    margin-right: -8px;
    top: -2px;
    left: -15px;
  }
  
  
  /*start of edits*/
  .news_main{
    width: 100%;
  }
  .news_main_itemLink::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1%;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .news_main_itemLink{
    padding-right: 20px;
  }
  .newsWrap{
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
  }
  .news_readMore{
    padding-bottom: 40px;
  }
  .news_other_linkList .column + .column{
    width: 259px;
    margin: 0 auto 20px;
    padding: none;
    border: none;
  }
  .main{
    margin-bottom: 0;
  }
  
  
  /*content*/
  #CONTENTS .solid h2{
    padding-left: 0!important;
  }
  .headingLv1Block{
    margin: 20px 0 30px;
    padding-bottom: 20px;
  }
  h1{
    background: none!important;
    color: #000!important;
  }
  .pane-title h1 {
  	color: #fff!important;
  }
  #CONTENTS .solid h2{
    width: 100%!important;
    margin-top: 0!important;
  }
  #CONTENTS  a.addb{
    padding: 0 0 0 12px;
    margin: 0 0 5px 25px;
    background: url(../../common/images/icon_arrow_02.png) no-repeat 0 .5rem!important;
    color: #3880b3;
    font-size: 1.143rem;
    text-decoration: none;
  }
  .news_article_title,
  .column3 .column,
.news_article_title,
  .column2 .column,
  .columnBlock_02 .column,
  .columnBlock_01 .column{
    width: 100%!important;
  }
  .spImg{
    margin: 10px 0 30px 0!important;
    text-align: center;
  }
  .tableColumnWrap.blockRight .column:first-child,
  .tableColumnWrap .column:first-child,
  .column3 .column,
  .column2 .column{
    float: none;
  }
  .columnBlock_02 .column{
    margin-right: 0;
  }
  .spCenter{
    text-align: center;
  }
  .font-sizeS{
    font-size: 1.429rem;
  }
  .tableColumnWrap .column:first-child{
    margin-left: 0!important;
  }
  .ml00{
    margin-left: 0!important;
  }
  .link_newLine {
    word-break: break-all;
  }
  .table_basic_03 td{
    padding: 0!important;
  }
  .news_sns{
    width: auto!important;
    margin: 0 auto;
  }
  .news_sns li{
    float: left;
    margin-right: 20px;
    position: relative;
  }
  .news_sns li:last-child{
    margin-right: 0;
  }
  .news_tableImg.column3 {
    padding-right: 0;
  }
  .news_tableImg.column3 img {
    width: 20%;
    margin-right: 5%;
  }
}



</pre></body></html>